home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / mirc392.zip / UPDAT392.TXT < prev    next >
Text File  |  1996-01-06  |  14KB  |  321 lines

  1. mIRC 3.92 supplement by residue
  2. -----------------------------------------------------------------------
  3. See the latest mIRC FAQ , the mIRC Help file and versions.txt for other 
  4. excellent resources.  Additional aid can be found on EFNET, Undernet, and 
  5. DALnet #mIRC channels.
  6.  
  7. Also see the mIRC homepages at:
  8. http://sunsite.nijenrode.nl/ftp/pub/mirc/
  9. http://www.geopages.com/Colosseum/1822/
  10.  
  11. mIRC's new features include an unban switch for the /ban command, 
  12. an -stext option in $read to scan for text, full support for & channels, 
  13. /me and /sound in DCC chat windows, a notify list window, limited DDE 
  14. capabilities, unlimited timers, a redesigned channel list dialog, URL 
  15. support for major web browsers, multiple commands in function key aliases 
  16. and more.
  17.  
  18.  
  19. -u# switch for /ban command
  20. ---------------------------
  21. Channel ops will find this option particularly useful. Previously, bans 
  22. (other than nick bans) called from popups and from the command line had 
  23. to be removed manually. Using the new -u# switch, mIRC will now 
  24. automatically remove bans.
  25.  
  26. syntax: /ban [-u#] [#channel] <nickname> [type] 
  27. -u# will unban after # seconds
  28.  
  29. ex.
  30. Temp Ban:/ban -u30 $1 2 | /kick # $1 Go away
  31. /ban -u60 Soil 4
  32.  
  33.  
  34. -stext option in $read command
  35. ------------------------------
  36. The -stext option will probably get lots of use in bots and on help 
  37. channels. By specifying an appropriate text string, you can have mIRC
  38. search though a file and display the text from the line that begins with
  39. the matching string.
  40.  
  41. syntax: $read [-l# -stext] <filename.txt>
  42.  
  43. ex.
  44. 1:ON TEXT:faq:#mirc:/msg #mirc $read -smirc f:\help.txt
  45.  
  46.  
  47. support for & channels
  48. ----------------------
  49. & channels have been around since the beginning of IRC. Until now, mIRC
  50. has not supported their use. & channels are local channels and only exist
  51. on the particular server to which you are connected. If you join &mirc 
  52. while on irc.mo.net you will not see someone logged on to irc.ais.net and 
  53. also on &mirc. They are typically used to prevent lag and channel hacking.
  54. mIRC 3.9 fully supports & channels in alias, popups and remote sections.
  55.  
  56.  
  57. /me and /sound in DCC CHAT windows
  58. ----------------------------------
  59. /me (also /action) and /sound are now supported in DCC CHAT. Usage is the
  60. same as regular /me and /sound commands except they are used in the DCC
  61. window.
  62.  
  63. syntax: /me <message>
  64.         /sound [nick/channel] <file.wav> <message> 
  65.  
  66. ex.
  67. /me sends a blank check to Khaled
  68. /sound Shadows tada.wav wake up!
  69.  
  70.  
  71. notify list window
  72. ------------------
  73. mIRC 3.9 also has a new notify list window. The window can be accessed by
  74. clicking on the notify icon (next to the URL icon) or from the command
  75. line. All nicks from your file|options|action lists|notify box will appear
  76. in the window. Pressing return on a nick will perform a double left click
  77. and pressing the space bar will perform the equivalent of a right click.
  78.  
  79. syntax: /notify [-sh]
  80.  
  81. -s show notify window
  82. -h hide notify window
  83.  
  84.  
  85. [-ar] switches to /notify, /protect, and /ignore
  86. ------------------------------------------------
  87. Though seemingly simple, these switches have enormous potential. They
  88. operate by forcing mIRC to either add [-a] or remove [-r] an address or 
  89. nickname. This allows simple, yet effective, flood protection in mIRC as 
  90. well as new possibilities for protecting users. One of the common problems
  91. with using flood protection such as /ignore $nick 2 is that if you are 
  92. sent CTCP requests by multiple clients there is a chance that your ignore 
  93. may be toggled on and off while mIRC performs the necessary /whois to find 
  94. the address. However, using the new switches you can guarantee that the 
  95. /ignore stays on. In the same fashion, you can use /protect [-ar] to 
  96. follow nick changes of ops that you want to protect.
  97.  
  98. syntax: /notify [-ar]
  99.         /protect [-ar]
  100.         /ignore [-ar]
  101.  
  102. ex.
  103. +1:VERSION:/ignore -a $nick 2 | /timer 1 30 /ignore -r $nick 2
  104. 15!:ON NICK:/ruser $nick | /protect -r $nick | /auser 16 $newnick | 
  105.             /protect -a $newnick
  106. /notify -a +residue
  107.  
  108.  
  109. DDE (Dynamic Data Exchange) support
  110. -----------------------------------
  111. If you don't know what this is then you probably don't need to know. In 
  112. short, it will allow programmers to pass data from mIRC to other 
  113. applications for manipulation. Implementation is currently limited to a 
  114. small set of commands but will be expanded in future versions of mIRC.
  115. See the mIRC help file for more information.
  116.  
  117.  
  118. Channel List dialog
  119. -------------------
  120. The new channel list dialog offers greater flexibility through additional
  121. options and display criteria. mIRC 3.92 can now match text to topics and 
  122. extract URL's to the URL list. Channels with particular text strings or
  123. alphanumerics can also be hidden and locked with a password.
  124.  
  125.  
  126. Other additions and modifications
  127. ---------------------------------
  128. Unlimited timers - Timers are probably among the most useful commands in
  129.                    mIRC. The only limiting factor in mIRC 3.9, concerning
  130.                    the number of timers you can run, might be the ability
  131.                    of your computer to handle them. You could probably
  132.                    track channel joins and parts and make an idle kick
  133.                    remote event now.
  134.  
  135. Multiple * in ON TEXT - The text matching routine now accepts multiple 
  136.                         wildcards in the text string. Use of = has been
  137.                         discontinued.
  138.                         ex. *1:ON TEXT:*op*me*please*:#:/kick $chan $nick
  139.  
  140. No unknown CTCP responses - A response will not be sent in reply to an
  141.                             unknown CTCP request and instead will be 
  142.                             ignored.
  143.                             ex. [Mia ERRMSG reply]: die Unknown Command! 
  144.                                  will not be sent
  145.  
  146. Font system menu - Fonts can now only be changed by left clicking on the
  147.                    control box of a window (upper left corner).
  148.  
  149. Finger icon listing - Entries were being saved in the finger dialog window
  150.                       as nick!*userid@host. This prevented you from
  151.                       fingering the same user, unless they had the same
  152.                       nickname. mIRC 3.9 saves fingered users as
  153.                       *!*userid@host.
  154.  
  155. Notify/URL/Channel list window toggles - Pressing ALT-N, ALT-U, or ALT-L,
  156.                                          will toggle the appropriate
  157.                                          open and closed.
  158.  
  159. Notify nicks in proper case - mIRC can now display nicks from the notify
  160.                               list in uppercase, as well as lowercase.
  161.  
  162. LFN support for logs and buffers - When using mirc32.exe and win95 
  163.                                    filenames of logs and buffers will no
  164.                                    longer be limited to 8 characters.
  165.  
  166. Activate messaged window - An option now exists to control whether or not
  167.                            mIRC switches to the window being messaged. The
  168.                            default is off to prevent you from being 
  169.                            switched repeatedly to a window being messaged
  170.                            through a timer. To switch to the window being
  171.                            messaged add a -s switch after /msg
  172.                            ex. /msg -s #new2irc
  173.  
  174. Edit finger file option - Clicking on the edit button under 
  175.                           file|options|servers will load notepad with
  176.                           your finger file for easy editing.
  177.  
  178. /timer activation time - the timer will begin at the specified time.
  179.                          ex. /timer 23:59 1 1 /notice $me 1 minute to 1996
  180.  
  181. /timers off switch - This command will disable all active timers.
  182.  
  183. /pop randomly "close" - /pop will now delay closer to the specified time
  184.                         before opping a user.
  185.                         ex. *15:ON JOIN:#:/pop 5 $chan $nick
  186.  
  187. /ignore works on invites - The /ignore command will ignore invites from 
  188.                            other users.
  189.  
  190. Minimize DCC Get window - A check box will appear in the DCC Get dialog
  191.                           asking you if you want the window minimized
  192.                           after the transfer is accepted.
  193.  
  194. $adate identifier - Those not familiar with European format will 
  195.                     appreciate this identifier.
  196.                     format: month/day/year
  197.  
  198. $fulldate identifier - This identifier works similarly to $date and 
  199.                        displays the day/month/date/timer/year
  200.                        ex. Wed Dec 27 21:16:02 1995
  201.  
  202. $site identifier - $site can be used in the remote as a substitute for a
  203.                    user's domain. The $site of residue@inch.com would be
  204.                    inch.com
  205.  
  206. /raw quiet mode - Using the -q switch you can prevent mIRC from echoing
  207.                   the raw command being sent to the server.
  208.                   syntax: /raw -q <command>
  209.                   ex. /raw -q list #ircnewbies will not display
  210.                                     -> SERVER: list #ircnewbies
  211.  
  212. /timestamp command - This option will attempt to stamp all events with
  213.                      the current time.
  214.                      syntax: /timestamp [on|off]
  215.  
  216. /partall command - This command causes you to leave all channels to which
  217.                    you currently joined.
  218.  
  219. /disconnect command - mIRC will perform a hard disconnect from the server
  220.                       without sending a quit message.
  221.  
  222. finger storage - improved method of saving fingered addresses in mirc.ini
  223.  
  224.  
  225. $file and $dir identifiers - When used, $file will open a DCC send dialog 
  226.                              window. The user can then select the file 
  227.                              from a list of files in the specified
  228.                              directory. Use of $dir will show a listing of
  229.                              files and directories.
  230.                            ex. Help:/play $file="help file" f:\*.txt #mIRC
  231.  
  232. /font command - This command will open the font dialog in mIRC for the
  233.                 window in which it is performed.
  234.  
  235. Commands in function key aliases - Multiple commands separated with | can 
  236.                                    now be executed by pressing an assigned
  237.                                    function key.
  238.  
  239. Browser support - Netscape, Mosaic and Explorer are all supported by the
  240.                   URL catcher.
  241.  
  242. DCC Send percent - Status of a transfer is after a packet is acknowledged,
  243.                    instead of sent.
  244.  
  245. Editbox limit - mIRC will beep 30 characters before the maximum length
  246.                 of a line of text is reached.
  247.  
  248.  
  249. Bug Fixes
  250. ---------
  251. /join #channel <key> - mIRC 3.8 did not accept the key, forcing users to
  252.                        use /raw join #channel key to parse the command 
  253.                        correctly.
  254.  
  255. Channel folder dialog - There were some problems in the last release with
  256.                         adding and deleting channels from the channel list
  257.                         in the channel folder dialog.
  258.  
  259. Remote DO command - There was a significant bug that allowed other users 
  260.                     to gain access to your client in some situations.
  261.  
  262. -l# switch in /play command - mIRC was only playing the first line of the
  263.                               file.
  264.  
  265. Long channel invite - This was a bug that would cause mIRC to GPF if you
  266.                       had auto join on invite turned on and were invited
  267.                       to channels with long names. This has been fixed by
  268.                       having mIRC ignore invites to channels over about
  269.                       100 characters.
  270.  
  271. Disappearing .ini sections - Many will be pleased to learn that their 
  272.                              aliases, popups, and remotes will stay linked
  273.                              in their mirc.ini files. There was a problem 
  274.                              with associations being reset to mirc.ini.
  275.  
  276. /server N option - mIRC was not connecting properly to the specified 
  277.                    server. Typing /server N will now attempt to connect to
  278.                    the Nth server in your server list.
  279.  
  280. Command line .ini - There was a problem with designating an .ini file on
  281.                     the command line during execution of mIRC. Users 
  282.                     should now be able to include the .ini, as well as 
  283.                     other startup settings.
  284.                     Note: there is no space between the switch and name
  285.                     ex. mirc32.exe -ic:\mirc\mirc2.ini
  286.  
  287. DALnet URL catching - Channel URL's are now recognized when you join a 
  288.                       channel and are saved in the URL window.
  289.  
  290. /save sections in alias - Using the /save command in an alias will now
  291.                           let you save multiple .ini's.
  292.                  ex. /saveall /save -a alias.ini | /save -p popups.ini |
  293.                             /save -u users.ini | /save -c commands.ini | 
  294.                             /save -e events.ini
  295.  
  296. No space in "filename" - Long filenames without spaces were not 
  297.                          registering.
  298.                          ex. "This is a long file name" would work but not
  299.                              "Thisisaverylongfilename"
  300.  
  301. $?="text" identifier - The text in the title of the prompt dialog window 
  302.                        was not appearing
  303.  
  304. /sound GPF - sending sounds using /sound caused a GPF for some users
  305.  
  306. window setting GPF - window setting positions in old format caused GPFs
  307.  
  308. $read concerns - Problems relating to use of $parms with $read and closing
  309.                  of files accessed by $read fixed.
  310.  
  311.  
  312. miscellaneous tweaks and changes to improve aliases and dialog 
  313. positioning, dynamic memory allocation, alleviate possible DCC window 
  314. GPFs, and the internal address list.
  315.  
  316. Thanks
  317. ------
  318. khaled - for not putting anymore new features in ;)
  319. johno, lewwid, marlboro - testing and examples
  320. zx9 - proofing
  321.